home *** CD-ROM | disk | FTP | other *** search
- import java.awt.Graphics;
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class Scribble3$3 implements ActionListener {
- // $FF: synthetic field
- private final Scribble3 this$0;
-
- public void actionPerformed(ActionEvent var1) {
- Graphics var2 = this.this$0.getGraphics();
- var2.setColor(this.this$0.getBackground());
- var2.fillRect(0, 0, this.this$0.getSize().width, this.this$0.getSize().height);
- }
-
- // $FF: synthetic method
- Scribble3$3(Scribble3 var1) {
- this.this$0 = var1;
- }
- }
-